Skip to content

Update heasarc.rst #3390

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 18, 2025
Merged

Update heasarc.rst #3390

merged 1 commit into from
Aug 18, 2025

Conversation

jleagle94
Copy link
Contributor

Adding relevant information regarding issue #3387

Copy link

codecov bot commented Aug 7, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 70.27%. Comparing base (43a1b1f) to head (2719dee).
⚠️ Report is 16 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3390      +/-   ##
==========================================
+ Coverage   70.18%   70.27%   +0.09%     
==========================================
  Files         232      232              
  Lines       19937    19970      +33     
==========================================
+ Hits        13992    14034      +42     
+ Misses       5945     5936       -9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jleagle94
Copy link
Contributor Author

Please squash and merge. Only the last two commits are relevant. Let me know if you'd prefer a cleaned-up branch.

Copy link
Member

@bsipocz bsipocz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove the changelog entry and squash all commits together (indeed as you mentioned a clean commit history is preferred and we don't have squash merges.)

CHANGES.rst Outdated
@@ -52,6 +52,7 @@ heasarc
- Heasarc.locate_data returns empty rows with an error in the error_message column if there are
no data associated with that row rather than filtering it out. [#3275]
- Heasarc.locate_data changed to use POST request instead of GET to accomodate large requests. [#3356]
- maxrec in Heasarc.query_region maxes out on 1e5 regardless of how it is set. Use instead an ADQL query using the TOP parameter set to something larger than 1e5. [#3390]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no need for the changelog for docs and non user facing code changes, please remove

Comment on lines 277 to 278
though you may find that maxrec has a hard limit of 1e5 regardless of how you set it. See `issue #3387 tracker <https://github.com/astropy/astroquery/issues/3387>`_.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no need to add xref to astroquery issue. once that one is fixed the docs can be updated.

@jleagle94 jleagle94 force-pushed the patch-1 branch 2 times, most recently from 7296f5f to ca07e4b Compare August 18, 2025 16:42
@jleagle94
Copy link
Contributor Author

Changelog entry removed. xref in heasarc.rst updates removed. Squashed all commits into one.

…ropy#3387

Update CHANGES.rst -- removed changelog entry (not needed)

Update heasarc.rst -- removed xref (not needed)
@bsipocz
Copy link
Member

bsipocz commented Aug 18, 2025

Thank you!

@bsipocz bsipocz merged commit 54d6dec into astropy:main Aug 18, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants